Feature: Asign tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 37.134s |
Scenario: Asign a tag successfully
Before
0m 2.398s
Given
I navigate to page "<URL>"
0m 4.465s
And
I enter email "<ADMIN_EMAIL>"
0m 1.248s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.575s
And
I click on the login button
0m 3.826s
And
I wait for 2 seconds
0m 2.443s
And
I click on tags option
0m 0.944s
And
I wait for 2 seconds
0m 2.244s
And
I click on the new tags button
0m 0.688s
And
I write "Tag para asignar" in the tag name
0m 0.483s
And
I write "Descripción de tag" in the tag description
0m 0.551s
And
I save the new tag
0m 0.552s
And
I click on posts option
0m 1.228s
And
I wait for 1 seconds
0m 1.514s
And
I click on the new post button
0m 0.775s
And
I wait for 2 seconds
0m 2.245s
And
I write "Mi nuevo post" in the post title
0m 0.739s
And
I open the post settings
0m 0.813s
When
I asign the tag "Tag para asignar" to the post
0m 0.850s
And
I wait for 1 seconds
0m 1.274s
And
I publish the new post
0m 0.789s
And
I wait for 2 seconds
0m 2.251s
And
I return to the posts list
0m 0.793s
And
I filter posts by status Published
0m 0.934s
And
I wait for 2 seconds
0m 2.260s
Then
I see that there is a post in the list with name "Tag para asignar"
0m 0.247s
After
0m 0.005s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
And
I click on the new tags button
And
I write "Tag para asignar" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on posts option
And
I wait for 1 seconds
And
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post" in the post title
And
I open the post settings
When
I asign the tag "Tag para asignar" to the post
And
I wait for 1 seconds
And
I publish the new post
And
I wait for 2 seconds
And
I return to the posts list
And
I filter posts by status Published
And
I wait for 2 seconds
Then
I see that there is a post in the list with name "Tag para asignar"
After
NO IMAGE AVAILABLE